projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ddb0d
)
Add GC_ mark bit cleanup.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 17:37:41 +0000
(17:37 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 17:37:41 +0000
(17:37 +0000)
etc/TODO
patch
|
blob
|
history
diff --git
a/etc/TODO
b/etc/TODO
index 49c3e0a0489cb956e4d9db13ccbf71d52a6a2b4f..345e15fafa89621e48a9f33825dc35bb795fdf27 100644
(file)
--- a/
etc/TODO
+++ b/
etc/TODO
@@
-509,6
+509,9
@@
but which can also be used as a modifier).
* Internal changes
+** Cleanup all the GC_ mark bit stuff -- there is no longer any distiction
+ since the mark bit is no longer stored in the Lisp_Object itself.
+
** Merge ibuffer.el and buff-menu.el.
More specifically do what's needed to make ibuffer.el the default,
or just an extension of buff-menu.el.